notes

Paper Reviews and Course notes

View the Project on GitHub saurabhmathur96/notes

LSTM: A Search Space Odyssey

Klaus Greff, Rupesh Kumar Srivastava, Jan Koutnik, Bas R. Steunebrink, Jurgen Schmidhuber

Introduction

In this paper, the authors compare 8 Long Short Term Memory network variants on 3 representative tasks

The Vanilla LSTM

Long Short Term Memory

LSTM Equations

The Variants

  1. No input gate (NIG)
  2. No forget gate (NFG)
  3. No output gate (NOG)
  4. No input activation function (NIAF)
  5. No output activation function (NOAF)
  6. No peepholes (NP)
  7. Coupled input and forget gates (CIFG)
  8. Full gate Recurrence (FGR)

TIMIT

IAM online

JSB Chorales

Conclusion